home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / luretw.dir / 00033.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  163 b   |  13 lines

  1. on mouseDown
  2.   puppetSound(0)
  3.   puppetSound("start2")
  4.   updateStage()
  5.   repeat while soundBusy(1)
  6.     go(the frame)
  7.   end repeat
  8. end
  9.  
  10. on mouseUp
  11.   go("start")
  12. end
  13.